home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Talking Clock Pro™ Source / Talking Clock Pro Source / Extension / ShowINIT / main.c next >
Encoding:
C/C++ Source or Header  |  1993-09-03  |  129 b   |  11 lines  |  [TEXT/KAHL]

  1. /*
  2.  * main.c
  3.  */
  4.  
  5. extern pascal void ShowINIT ( short iconID , short deltaX ) ;
  6.  
  7. void
  8. main ( void ) {
  9.     ShowINIT ( 128 , 40 ) ;
  10. }
  11.